看词语>英语词典>storage allocation翻译和用法

storage allocation

英 [ˈstɔːrɪdʒ ˌæləˈkeɪʃn]

美 [ˈstɔːrɪdʒ ˌæləˈkeɪʃn]

网络  存储分配; 库容分配

计算机

英英释义

noun

  • (computer science) the assignment of particular areas of a magnetic disk to particular data or instructions
      Synonym:allocation

    双语例句

    • Storage resources allocation and address mapping polices are critical to the performance of the storage system, so three kinds of address mapping polices are designed and analyzed including Static Address Mapping, Dynamic Address Mapping and Improved Dynamic Address Mapping.
      存储资源分配与地址映射策略是影响存储系统性能的关键因素,因此设计和分析了三种地址映射算法,包括静态地址映射、动态地址映射和改进后的动态地址映射算法。
    • This Paper describes some problems, which are very important for parallel computation, on storage allocation for pipeline processors, parallel processors, multiprocessors and VLSI Compuer systems.
      本文描述了流水线处理机、并行处理机、多处理机以及VLSI计算机系统中存贮分配的一些问题,它们对并行计算是很重要的。
    • There is need for modeling and analysis as emergency material storage site allocation and emergency supplies configuration management is key issues and emergency decision-making module in materials management systems.
      应急物资储备点选址和应急物资配置作为应急物资管理中的重要问题和应急物资管理系统的决策模块,必须进行建模分析。
    • The language does not define any storage allocation facility other than static definition and the provided by the local variables of functions
      这个语言只定义了静态变量和函数局部变量两中内存分配机制
    • Storage Allocation for Deleted Files and E-mail
      为删除的文件和电子邮件分配存储
    • This opens up the prospect of configuring VGs with a relatively small number of disks and fine-grained storage allocation options through a large number of PPs, which are small in size.
      这使得我们能够通过较大数量的PP,以较少数量的磁盘和细粒度的存储分配选项来配置VG,其中这些PP的容量很小。
    • The dynamic storage allocation algorithm of the ARTs-OS include slab algorithm which is used to allocate and release of small memory blocks, and buddy system which is used of big memory blocks.
      ARTs-OS系统中使用的动态内存分配算法有Slab算法,适合对内核堆小块内存的分配和释放;还有伙伴算法,用于对页面的管理,大块内存的分配和释放。
    • Based on the study of memory management of the ARTs-OS, research is focused on the dynamic storage allocation algorithm ( DSA), which is the key of improving the performance of embedded real-time system.
      ARTs-OS是微内核抢占式嵌入式实时操作系统,在对ARTs-OS内核的内存管理模块研究基础上,重点研究动态存储分配算法(DSA),这也是提高嵌入式实时系统性能的关键。
    • The library has advantages of dynamic storage allocation, index bound checking, stream-oriented input/ output of vector and matrix, and easier upgrade.
      该类库具有动态内存分配、下标越界检查、流式输入输出向量和矩阵、优良的扩充性能等特点。
    • Allocators, which handle memory storage allocation/ deallocation for elements in containers.
      分配器。负责容器内每个元素的内存空间的分配与回收。